-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-43702: [C++][FS][Azure] Use the latest Azurite and update the bundled Azure SDK for C++ to azure-identity_1.9.0 #43723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… to azure-identity_1.9.0
|
@github-actions crossbow submit -g cpp -g python |
|
|
|
Revision: ee412c7 Submitted crossbow builds: ursacomputing/crossbow @ actions-de3559118a |
|
This also fixes #41505. |
|
@github-actions crossbow submit -g python |
|
Revision: 3aa3bd6 Submitted crossbow builds: ursacomputing/crossbow @ actions-f0dea8bbe0 |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 8836535. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
Some our CI jobs (such as conda based jobs) use recent Azure SDK for C++ and they require latest Azurite. We need to update Azurite for these jobs.
I wanted to use the latest Azurite on all environments but I didn't. Because I want to keep using
apt install nodejson old Ubuntu for easy to maintain.What changes are included in this PR?
--skipApiVersionCheckfor old AzuriteAre these changes tested?
Yes.
Are there any user-facing changes?
No.